home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM A / PD-ROM A.iso / Utility / Text / Macify / About Macify Stack / background_2643.txt < prev    next >
Encoding:
Text File  |  1988-10-15  |  2.9 KB  |  148 lines

  1. -- background: 2643 from stack: in
  2. -- bmap block id: 3215
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2007
  11. -- rect: left=192 top=57 right=305 bottom=491
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 20
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Text
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0000
  25. -- rect: left=17 top=71 right=122 bottom=189
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 20
  30. -- text size: 18
  31. -- style flags: 256
  32. -- line height: 24
  33. -- part name: Title
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 01
  38. -- high flags: 0000
  39. -- rect: left=17 top=180 right=310 bottom=189
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 20
  44. -- text size: 14
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Choices
  48.  
  49.  
  50. -- part 5 (button)
  51. -- low flags: 00
  52. -- high flags: 2000
  53. -- rect: left=21 top=321 right=336 bottom=105
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Using Macify
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect wipe up
  65.   go to card (short name of me)
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 6 (button)
  71. -- low flags: 00
  72. -- high flags: 2000
  73. -- rect: left=119 top=321 right=336 bottom=161
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Menus
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect wipe up
  85.   go to card (short name of me)
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 7 (button)
  91. -- low flags: 00
  92. -- high flags: 2000
  93. -- rect: left=175 top=321 right=336 bottom=225
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: Options
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   visual effect wipe up
  105.   go to card (short name of me)
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 8 (button)
  111. -- low flags: 00
  112. -- high flags: 2000
  113. -- rect: left=239 top=321 right=336 bottom=301
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Warranty
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   visual effect wipe up
  125.   go to card (short name of me)
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part 9 (button)
  131. -- low flags: 00
  132. -- high flags: 2000
  133. -- rect: left=463 top=321 right=336 bottom=495
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: Warranty
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   visual effect iris close
  145.   go to stack "Home"
  146. end mouseUp
  147.  
  148.